home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / inc_309.zip / SWITCH.DOC < prev    next >
Text File  |  1991-11-07  |  3KB  |  86 lines

  1. Switch and Nite-Switch 
  2.  
  3.  
  4. Switch is a utility that should be run in the $$LOGOFF.BAT file to ensure 
  5. that all users names are written as thier real names and security levels. 
  6. This needs to be accomplished only when a user logs off the BBS while using 
  7. his alias name. 
  8.  
  9.  
  10. If you prefer not to run the $$logoff.bat file, then you will need to run 
  11. NITE-SW.EXE in your event sys file to change all names back at one time. If
  12. you run nite-sw.exe all nodes must be down before running. Between Switch and
  13. Nite-SW (NightSwitch) you should be able to pick whichever program suits your
  14. needs best.
  15.  
  16.  
  17. ! IMPORTANT !
  18.  
  19. RNBB SUGGESTS THAT YOU RUN SWITCH IN THE $$LOGOFF.BAT FILE SINCE THIS
  20. GUARANTEES THAT THE USER WILL BE SWITCHED BACK IMMEDIATELY. A sample 
  21. $$logoff.bat file is included.
  22.  
  23.  
  24. (DO NOT ATTEMPT TO PERFORM ANY USER FILE OPERATIONS SUCH AS SORTING WITHOUT
  25. FIRST RUNNING SWITCH or NITE-SW).
  26.  
  27. If you sort or update your users file in an event make sure you have been 
  28. running switch first or run NITE-SW before doing so. Its that simple.
  29.  
  30. While running switch, If you have sorted your users file first and switch
  31. or NITE-SW does not find the appropriate name in the PCBNDX file, you will 
  32. be notified and no action takes place on that name. 
  33.  
  34. SWITCH.EXE ----------------------------------------
  35.  
  36. Switch is very easy to use. Switch must be run from the $$logoff.bat file 
  37.  
  38. To begin, Place the Switch.exe file in your INCOGNITO Directory. The command 
  39. to run switch is SWITCH and the complete path to your PCBOARD.DAT file and 
  40. PCBOARD.SYS FILE FOR THAT NODE. (We suggest using the %PCB% variables. 
  41. Switch must be in the same directory as your INC.CNF file.
  42.  
  43.        Sample Batchfile method
  44.        
  45.        $$LOGOFF.BAT
  46.        
  47.        CD C:\PCB\DOORS\INC 
  48.        SWITCH %PCBDRIVE%%PCBDIR%\PCBOARD.DAT %PCBDRIVE%%PCBDIR%\PCBOARD.SYS
  49.        %PCBDRIVE
  50.        CD %PCBDIR%
  51.  
  52. Switch will locate the user that logged off the system using thier alias
  53. name and change thier Name back to thier real name, Change thier Security level
  54. back to thier Previous level, and switch thier conference back to conference 0.
  55. (Main Board)
  56.  
  57. NITE-SW (NITESWITCH) ------------------------------------------------
  58.  
  59. Nite-SW is the same program as switch however it may only be run in your nitely
  60. event when all nodes are down. Nite-SW will take everyuser that is in the INC
  61. users file and switch them back to thier REAL names and security levels.
  62.  
  63. Nite-SW does not check to see if users are online, that is why it is run in
  64. the event sys file. Switch does online checking before switching the user back
  65. to thier real name (Switch must be run in the $$logoff.bat file).
  66.  
  67. To begin, Place the Nite-SW.exe file in your INCOGNITO Directory. The command 
  68. to run switch is Nite-SW and the complete path to your  PCBOARD.DAT file. (We
  69. suggest using the %PCB% variables. Switch must be in the same directory as 
  70. your INC.CNF file.
  71.  
  72.        Sample Batchfile method
  73.        
  74.        EVENT.SYS
  75.        
  76.        CD C:\PCB\DOORS\INC 
  77.        SWITCH %PCBDRIVE%%PCBDIR%\PCBOARD.DAT 
  78.        %PCBDRIVE
  79.        CD %PCBDIR%
  80.  
  81. Nite-SW will locate the users that logged off the system using thier alias
  82. name and change thier Name back to thier real name, Change thier Security level
  83. back to thier Previous level, and switch thier conference back to conference 0.
  84. (Main Board)
  85.  
  86.